home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 4775 / 4775.xpi / chrome / autofillforms.jar / content / autofillFormsRuleEditor.js < prev    next >
Text File  |  2008-07-10  |  451b  |  12 lines

  1. /*
  2.  * @package autofillForms
  3.  * @author Sebastian Tschan
  4.  * @copyright (c) Sebastian Tschan
  5.  * @license GNU General Public License
  6.  * @link https://blueimp.net/mozilla/
  7.  */
  8.  
  9. window.addEventListener('load', function() { autofillForms.ruleEditorInitialize(); }, false);
  10. window.addEventListener('unload', function() { autofillForms.ruleEditorFinalize(); }, false);
  11. window.addEventListener('focus', function() { autofillForms.ruleEditorFocus(); }, true);
  12.